home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 4: GNU Archives / Linux Cubed Series 4 - GNU Archives.iso / gnu / binutils.7 / binutils / binutils-2.7 / gas / testsuite / gasp / pl7.asm < prev    next >
Encoding:
Assembly Source File  |  1996-07-04  |  171 b   |  13 lines

  1.     .ALTERNATE
  2. ! test of string operators
  3. define    MACRO    str1,str2
  4.     SDATA    str1
  5.     SDATA    "str2"
  6. ENDM
  7.     define    one" way to get "spaces,0
  8.     define    "lot's! of <special>,chars%", 0
  9.  
  10.  
  11.  
  12.  
  13.